home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_100 / 144_01 / case.hlp < prev    next >
Text File  |  1985-08-19  |  1KB  |  31 lines

  1. **********************************************************************
  2. *                              CASE
  3. **********************************************************************
  4. *                  COPYRIGHT 1983 EUGENE H. MALLORY                  *
  5. **********************************************************************
  6. PROGRAM:
  7.    CASE - C program case converter.
  8. USAGE:
  9.     CASE <file >file
  10. FUNCTION:
  11.     Used to convert C keywords to upper case.
  12.  
  13. EXAMPLE:
  14.     CB <file.c |CASE >file.c
  15.  
  16.         Command Line                       
  17.  
  18. ___________________________________  
  19.                                   |  
  20.                                   |  OPTIONS
  21.                                   |  
  22.                                   |  
  23.                                   |                  
  24.                     ______________V______________    
  25.                     |                           |   
  26.     C source        |                           |  C source
  27. ------------------->|            CASE           |----------------------->
  28.                     |                           |
  29.                     |                           |
  30.                     |___________________________|
  31.